Xbasic

PRINT_REPORT Function

Syntax

C print_report(C report_name [,C filter [,C order [,* options ]]])

Arguments

report_name

The name of a saved report.

filter

Optional. Default = ".T." (All records). A character filter expression that evaluates to a logical value and selects records from the table.

order

Optional. Default = record order. A character order expression that sorts selected records.

options

*

Description

PRINT_REPORT() creates the selected report and then displays the Print dialog box.

Example

PRINT_REPORT("Invoice", "Invoice_Number > " + quote("000001"), "Date")

Limitations

Desktop applications only.

See Also